hasStartedFromLauncher

open fun hasStartedFromLauncher(@NonNull context: @NonNull Context): Boolean(source)

Checks if this app has been launched by the user from their launcher or home screen since it was installed.

To track this state properly you must call onActivityCreate in your launcher activity's onCreate method.

Return

true if this app has been started by the user from the launcher at least once

Parameters

context

Context to check